home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / PROGEDIT / 1435B.ZIP / EXAMPLE.RC < prev    next >
Text File  |  1988-03-01  |  696b  |  24 lines

  1. auto-execute-command auto-fill-mode
  2. auto-execute-command show-match
  3. auto-execute-command auto-indent
  4. auto-execute-command c-mode .*\.[ch]$
  5. set comment-format /* %!   %c%! */
  6. set match-regular-expressions on
  7. set make-backup-files on
  8. set scroll-step 1
  9. set right-margin 76
  10. set foreground-color 7
  11. set background-color 1
  12. set c-indentation-increment 4
  13. set wrap-search on
  14. set display-bad-filenames off
  15. bind-to-key i-search-forward 
  16. bind-to-key i-search-reverse 
  17. bind-to-key scroll-previous-page  I
  18. bind-to-key scroll-next-page  Q
  19. bind-to-key push-shell  g
  20. bind-to-key shell-command  D
  21. bind-to-key describe-variable  ;
  22. bind-to-key describe-command  h
  23. bind-to-key describe-key  T
  24.